home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / qrprgres.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.0 KB  |  69 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'QRPrgres.pas' rev: 3.00
  6.  
  7. #ifndef QRPrgresHPP
  8. #define QRPrgresHPP
  9. #include <qr2const.hpp>
  10. #include <qrprntr.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Dialogs.hpp>
  13. #include <Forms.hpp>
  14. #include <Controls.hpp>
  15. #include <Graphics.hpp>
  16. #include <Classes.hpp>
  17. #include <SysUtils.hpp>
  18. #include <Messages.hpp>
  19. #include <Windows.hpp>
  20. #include <SysInit.hpp>
  21. #include <System.hpp>
  22.  
  23. //-- user supplied -----------------------------------------------------------
  24.  
  25. namespace Qrprgres
  26. {
  27. //-- type declarations -------------------------------------------------------
  28. class DELPHICLASS TQRProgressForm;
  29. class PASCALIMPLEMENTATION TQRProgressForm : public Forms::TForm 
  30. {
  31.     typedef Forms::TForm inherited;
  32.     
  33. __published:
  34.     Stdctrls::TLabel* Info;
  35.     Stdctrls::TButton* CancelButton;
  36.     void __fastcall FormCreate(System::TObject* Sender);
  37.     void __fastcall CancelButtonClick(System::TObject* Sender);
  38.     
  39. private:
  40.     Qrprntr::TQRPrinter* FQRPrinter;
  41.     Qrprntr::TQRGauge* Gauge;
  42.     
  43. protected:
  44.     MESSAGE void __fastcall CMQRPROGRESSUPDATE(void *Message);
  45.     
  46. public:
  47.     __property Qrprntr::TQRPrinter* QRPrinter = {read=FQRPrinter, write=FQRPrinter};
  48. public:
  49.     /* TCustomForm.Create */ __fastcall virtual TQRProgressForm(Classes::TComponent* AOwner) : Forms::TForm(
  50.         AOwner) { }
  51.     /* TCustomForm.CreateNew */ __fastcall TQRProgressForm(Classes::TComponent* AOwner, int Dummy) : Forms::
  52.         TForm(AOwner, Dummy) { }
  53.     /* TCustomForm.Destroy */ __fastcall virtual ~TQRProgressForm(void) { }
  54.     
  55. public:
  56.     /* TWinControl.CreateParented */ __fastcall TQRProgressForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  57.         ) { }
  58.     
  59. };
  60.  
  61. //-- var, const, procedure ---------------------------------------------------
  62.  
  63. }    /* namespace Qrprgres */
  64. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  65. using namespace Qrprgres;
  66. #endif
  67. //-- end unit ----------------------------------------------------------------
  68. #endif    // QRPrgres
  69.